C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / MinSize Property


In This Topic
MinSize Property
In This Topic
Gets or sets the minimum size for the items in the collection.
Syntax
'Declaration
 
Public Property MinSize As Double
 
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Double
 
instance.MinSize = value
 
value = instance.MinSize
See Also